projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b29c3e7
)
(xrm_get_preference_database): Remove BLOCK_INPUT.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 7 Jun 2007 08:43:58 +0000
(08:43 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 7 Jun 2007 08:43:58 +0000
(08:43 +0000)
src/mac.c
patch
|
blob
|
history
diff --git
a/src/mac.c
b/src/mac.c
index 8e3f49d2bfe6b439e34ef18d2fdef993a9a1480f..d783243399d1d089461e5fe82d44c3105c2afdf2 100644
(file)
--- a/
src/mac.c
+++ b/
src/mac.c
@@
-1826,8
+1826,6
@@
xrm_get_preference_database (application)
GCPRO3 (database, quarks, value);
- BLOCK_INPUT;
-
app_id = kCFPreferencesCurrentApplication;
if (application)
{
@@
-1879,8
+1877,6
@@
xrm_get_preference_database (application)
CFRelease (key_set);
CFRelease (app_id);
- UNBLOCK_INPUT;
-
UNGCPRO;
return database;